Version

BaseGridWrapper<T,TOut> Class

Grid definition containing methods that can be chained. Implementation of the Fluent design pattern which allows the control to be configured directly in the view
Syntax
'Declaration
 
Public MustInherit Class BaseGridWrapper
    (Of T As {New, GridModel},
     TOut As BaseGridWrapper(Of T,TOut)) 
   Inherits Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper(Of T,TOut)
public abstract class BaseGridWrapper<T,TOut> : Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut> 
where T: new(), GridModel
where TOut: BaseGridWrapper<T,TOut>
Type Parameters
T
TOut
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub